home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American History: Interactive Maps & User's Guide
/
American History: Interactive Maps & User's Guide.iso
/
pc
/
logon.dxr
/
00013_Call Hall Of Fame Movie.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
355 b
|
14 lines
on mouseUp
global gDatabaseExists, gIntSkill, gSkillLoadOffset
set the visible of sprite 16 to 0
set the visible of sprite 26 to 0
set the visible of sprite 30 to 0
puppetSprite(14, 0)
if gDatabaseExists <> -1 then
loadHallOfFameRoster()
else
set the text of member "Hall of Fame Roll" to EMPTY
end if
play frame "hallofame"
end